var crypto/tls.testingOnlyForceClientHelloSignatureAlgorithms

3 uses

	crypto/tls (current package)
		handshake_client.go#L42: var testingOnlyForceClientHelloSignatureAlgorithms []SignatureScheme
		handshake_client.go#L134: 	if testingOnlyForceClientHelloSignatureAlgorithms != nil {
		handshake_client.go#L135: 		hello.supportedSignatureAlgorithms = testingOnlyForceClientHelloSignatureAlgorithms